home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 May / Freesoft_1997-05_cd.bin / inzer / minolta / drivers / WL400 / W3.1 disk 1 / SYMBOL.IN_ / SYMBOL.IN
Text File  |  1994-12-06  |  8KB  |  222 lines

  1. CONST LANGUAGE$ = "usa"
  2. CONST SYM_DLGEVENT$ = "DLGEVENT"
  3. CONST SYM_RESOURCEBASENAME$ = "ResourceBaseName"
  4. CONST SYM_BUTTONSGREYED$ = "ButtonsGreyed"
  5. CONST SYM_CURDLGHANDLE$ = "HDLGCUR"
  6. CONST SYM_CWDDIR$ = "STF_CWDDIR"
  7. CONST SYM_LISTITEMSIN$ = "ListItemsIn"
  8. CONST SYM_LISTITEMSOUT$ = "ListItemsOut"
  9. CONST SYM_STATUSITEMSTEXT$ = "StatusItemsText"
  10. CONST SYM_CHECKITEMSSTATE$ = "CheckItemsState"
  11. CONST SYM_ACTIVECONTROLS$ = "ControlsActive"
  12. CONST SYM_PORTS$ = "Ports"
  13. CONST SYM_PORTNAMELIST$ = "PortNameList"
  14. CONST SYM_FONTSLIST$ = "INSTALL_FONTS_LIST"
  15. CONST SYM_CREATING_FONT$ = "CREATING_FONT"
  16. CONST SYM_TEST$ = "TEST"
  17. CONST SYM_JCOMM_RETRYS$ = "JCOMM_Retrys"
  18. CONST SYM_COMPORTEXIST$ = "ComPortExist"
  19. CONST SYM_PRINTERLIST$ = "PRINTERLIST"
  20. CONST SYM_PRINTERDATA$ = "PRINTERDATA"
  21. CONST SYM_PRINTERINDEX$ = "PRINTERINDEX"
  22. CONST SYM_PRINTERNAME$ = "PRINTERNAME"
  23. CONST SYM_INF_PRINTERSLIST$ = "INF_PRINTERSLIST"
  24. CONST SYM_INF_PRINTERSLISTLINE$ = "INF_PRINTERSLISTLINE"
  25. CONST SYM_INF_FILELIST$ = "INF_FILELIST"
  26. CONST SYM_INF_FIELDLIST$ = "INF_FIELDLIST"
  27. CONST SYM_INF_KEYLIST$ = "INF_KEYLIST"
  28. CONST SYM_STF_SRCDIR$ = "STF_SRCDIR"
  29. CONST SYM_WPSBACKUP$ = "WPS_BACKUP"
  30. CONST SYM_PRINTERCODELIST$ = "PRINTERCODELIST"
  31. CONST SYM_PRINETRMODEL$ = "PRINTERMODEL"
  32. CONST SYM_DEST_DIR$ = "DEST_DIR"
  33. CONST SYM_CUSTOMCHECKSTATES$= "CustomCheckStates"
  34. CONST SYM_FONTSIZELIST$ = "TempFontSize"
  35. CONST SYM_CUSTOMSTATUSTEXT$ = "CustomStatusText"
  36. CONST SYM_EDITTEXTIN$ = "EditTextIn"
  37. CONST SYM_EDITTEXTOUT$ = "EditTextOut"
  38. CONST SYM_EDITFOCUS$ = "EditFocus"
  39. CONST SYM_CONFIRMTEXTIN$ = "ConfirmTextIn"
  40. CONST SYM_COMBO3$ = "COMBO3"
  41. CONST SYM_COMBO1$ = "COMBO1"
  42. CONST SYM_FONTSDIALOG$ = "FONTSDIALOG"
  43. CONST SYM_NAMEOUT$ = "NameOut"
  44. CONST SYM_ORGOUT$ = "OrgOut"
  45. CONST SYM_TEMPLIST$ = "TEMPLIST"
  46. CONST SYM_SIZELIST$ = "SIZELIST"
  47. CONST SYM_VERSIONLIST$ = "VERSIONLIST"
  48. CONST SYM_NAMELIST$ = "NAMELIST"
  49. CONST SYM_DATELIST$ = "DATELIST"
  50. CONST SYM_PCT$ = "SLIDERPCT"
  51. CONST SYM_PORTSTATUSLIST$ = "PORTSTATUSLIST"
  52. CONST SYM_FONTNAME$ = "FONTNAMES"
  53. CONST SYM_FONTSELECTED$ = "FontsSelected"
  54. CONST SYM_PORTSDESC$ = "PORTSDESC"
  55. CONST SYM_FONTDLGTXT$ = "FontsDialogTextList"
  56. CONST SYM_FONTDLG$ = "fontsdialog"
  57. CONST SYM_TOTALFONTLIST$ = "AllFonts"
  58. CONST SYM_ASFTCLIST$ = "asftclist"
  59. CONST SYM_FONTVERSIONLIST$ = "TempFontVersion"
  60. CONST SYM_FONTNAMELIST$ = "TempFontName"
  61. CONST SYM_SRCINFPATH$ = "STF_SRCINFPATH"
  62. CONST SYM_SECTIONLIST$ = "SectionList"
  63. CONST SYM_TEMPFONTLIST$ = "TempFontList"
  64. CONST SYM_SAVEFONTLIST$ = "SaveFontList"
  65. CONST SYM_NAME$ = "STF_CD_NAME"
  66. CONST SYM_ORG$ = "STF_CD_ORG"
  67. CONST SYM_TYPE$ = "STF_CD_TYPE"
  68. CONST BTN_YES$ = "Yes"
  69. CONST BTN_NO$ = "No"
  70. CONST BTN_EXITINSTALL$ = "Exit Install"
  71. CONST BTN_PRINTAGAIN$ = "Print Again"
  72. CONST BTN_CANCEL$ = "Cancel"
  73. CONST BTN_EXIT$ = "Exit"
  74. CONST BTN_CONTINSTALL$ = "Continue Install"
  75. CONST BTN_OK$ = "OK"
  76. CONST BTN_CONTINUE$ = "Continue"
  77. CONST BTN_BACK$ = "Back"
  78. CONST BTN_BACK_G$ = "Back"
  79. CONST BTN_FONTS$ = "Fonts..."
  80. CONST BTN_LOCAL$ = "Local"
  81. CONST BTN_NETWORK$ = "Network"
  82. CONST BTN_EXPRESS$ = "Express"
  83. CONST BTN_CUSTOM$ = "Custom"
  84. CONST BTN_FILEMGR$ = "File Manager"
  85. CONST BTN_DETECT$ = "Detect"
  86. CONST BTN_AUTOMATIC$ = "Search Again"
  87. CONST BTN_MANUAL$ = "Manual Install"
  88. CONST BTN_ADDITIONAL$ = "Additional"
  89. CONST BTN_DELETE$ = "Delete"
  90. CONST BTN_SELECT$ = "Select"
  91. CONST BTN_NETWORKPRN$ = "Network..."
  92. CONST BTN_PRINT$ = "Print..."
  93. CONST BTN_RESTART$ = "Restart Windows"
  94. CONST VAL_WPSPRINTER$ = " (WPS PRINTER) "
  95. CONST VAL_REACTIVATE$ = "REACTIVATE"
  96. CONST VAL_STATUSPAGE$ = "statuspage"
  97. CONST VAL_ERROR$ = "ERROR"
  98. CONST VAL_ALL$ = "ALL"
  99. CONST VAL_PATH$ = "PATH"
  100. CONST VAL_CHKN$ = "CHK "
  101. CONST VAL_BTNN$ = "BTN "
  102. CONST VAL_UNKNOWN$ = "UNKNOWN"
  103. CONST VAL_START$ = "START"
  104. CONST VAL_PRINTERS$ = "Printers"
  105. CONST VAL_PRINTERCODES$ = "PrinterCodes"
  106. CONST VAL_DETECERR$ = "DETECTERR"
  107. CONST VAL_RESTARTERROR$ = "RESTARTERROR"
  108. CONST VAL_ON$ = "ON"
  109. CONST VAL_OFF$ = "OFF"
  110. CONST VAL_CHKOFF$ = "1"
  111. CONST VAL_CHKON$ = "2"
  112. CONST VAL_CHKGREY$ = "3"
  113. CONST VAL_MAILMAN$ = "mailman"
  114. CONST VAL_FONT$ = "font"
  115. CONST INI_WININI$ = "WIN.INI"
  116. CONST INI_MODEL$ = "MODEL"
  117. CONST INI_WINDOWS$ = "windows"
  118. CONST PATH_TESTPAGE$ = "~wps_tp"
  119. CONST PATH_WPS$ = "~ms_wps"
  120. CONST FILE_WPSINI$ = "wps.ini"
  121. CONST INI_RUN$ = "run"
  122. CONST DLL_CUIDLL$ = "mscuistf.dll"
  123. CONST INI_BACKUPPATH$ = "BACKUP\\"
  124. CONST INI_QP$ = "QP."
  125. CONST INI_QPDLL$ = "WPSLAQP.DLL"
  126. CONST INI_SYSTEMINI$ = "SYSTEM.INI"
  127. CONST INI_SPOOLER$ = "spooler"
  128. CONST INI_WPSPORT$ = "WPS"
  129. CONST INI_386ENH$ = "386enh"
  130. CONST INI_LPT$ = "LPT"
  131. CONST INI_AUTOASSIGN$ = "AutoAssign"
  132. CONST INI_WPSLJ$ = "WPSLA,"
  133. CONST INI_DEVICES$ = "devices"
  134. CONST INI_PRINTERPORTS$ = "PrinterPorts"
  135. CONST INI_ALWAYS$ = "ALWAYS"
  136. CONST INI_SOUND$ = "SOUND"
  137. CONST INI_BIDI$ = "BIDI"
  138. CONST INI_MEMORY$ = "MEMORY"
  139. CONST INI_PRS$ = "PRS"
  140. CONST INI_DISPLAY$ = "DISPLAY"
  141. CONST INI_COMPAT$ = "COMPAT"
  142. CONST INI_ONTOP$ = "ONTOP"
  143. CONST INI_PF$ = "PF"
  144. CONST INI_DEVICE$ = "device"
  145. CONST INI_INTL$ = "intl"
  146. CONST INI_THOUSAND$ = "sThousand"
  147. CONST INI_DECIMAL$ = "sDecimal"
  148. CONST FILE_MAINCPL$ = "main.cpl"
  149. CONST FUNC_CPLAPPLET$ = "CplApplet"
  150. CONST INI_DOSPRINT$ = "dosprint"
  151. CONST INI_YES$ = "yes"
  152. CONST INI_NO$ = "no"
  153. CONST INI_PORTS$ = "ports"
  154. CONST DEF_SERIALRATE$ = "9600,n,8,1,p"
  155. CONST FILE_SYSTEMBAK$ = "system.bak"
  156. CONST INI_SOUNDS$ = "Sounds"
  157. CONST FILE_VCD$ = "vcd.386"
  158. CONST FILE_WPSLJVPD$ = "wpsljvpd.386"
  159. CONST FILE_VCOMD$ = "vwpscomd.386"
  160. CONST FILE_WINBAK$ = "win.bak"
  161. CONST INI_VJPD$ = "vjpd"
  162. CONST INI_DRIVERS$ = "drivers"
  163. CONST INI_WAVE$ = "wave"
  164. CONST INI_NOTSELECT_TIMEOUT$= "DeviceNotSelectedTimeout"
  165. CONST INI_TESTPAGE$ = "testpage"
  166. CONST INI_IOMON$ = "wpsiomon"
  167. CONST INI_FONTS$ = "fonts"
  168. CONST INI_TRUETYPE$ = " (TrueType) "
  169. CONST INI_TTFONT$ = "TrueType"
  170. CONST INI_TTENABLE$ = "TTEnable"
  171. CONST FILE_FOT$ = ".fot"
  172. CONST FILE_CONFIGPAGE$ = "config.jfy"
  173. CONST FILE_RESTART$ = "_MSRSTRT.EXE"
  174. CONST FILE_SETUPINF$ = "setup.inf"
  175. CONST FILE_TESTPAGEINF$ = "testpage.inf"
  176. CONST SECT_DLLINF$ = "DLLs"
  177. CONST SECT_DRIVERINF$ = "Drivers"
  178. CONST SECT_SPKRDRVINF$ = "Speakers"
  179. CONST SECT_SOUNDINF$ = "SoundFiles"
  180. CONST SECT_FONTINF$ = "Fonts"
  181. CONST SECT_PORTNAME$ = "Ports"
  182. CONST SECT_HELPINF$ = "HELPs"
  183. CONST SECT_TESTPAGELIST$ = "Testpage Files"
  184. CONST SECT_PRIVATE$ = "Private"
  185. CONST SECT_PCL$ = "Pcl"
  186. CONST SECT_PCL2$ = "Pcl2"
  187. CONST MSG_FILEMGR1$ = "The setup program was unable to load the File Manager. Use Alt+Tab to switch to the Program Manager to run a file utility"
  188. CONST MSG_FILEMGR2$ = ""
  189. CONST MSG_FILEMGR3$ = ""
  190. CONST MSG_FMTITLE$ = "Can't Load File Manager"
  191. CONST MSG_Action0$ = "Clear Copy List"
  192. CONST MSG_Action1$ = "Driver Files"
  193. CONST MSG_Action2$ = "Font Files"
  194. CONST MSG_Action3$ = "Sound Files"
  195. CONST MSG_WPSINI_NOTE$ = "; This is the configuration file for the Windows Printing System."
  196. CONST MSG_LOCAL$ = " (local) "
  197. CONST MSG_BUSY$ = " (busy) "
  198. CONST MSG_NOTPRESENT$ = " (not present) "
  199. CONST MSG_NODRIVER$ = "Did not install the Windows Printing System driver software"
  200. CONST MSG_WITHDRIVER$ = "Installed the Windows Printing System driver software"
  201. CONST MSG_NOSOUND$ = "Did not install the Windows Printing System sound files"
  202. CONST MSG_WITHSOUND$ = "Installed the Windows Printing System sound files"
  203. CONST MSG_NOTRUETYPE$ = "Did not install additional TrueType fonts"
  204. CONST MSG_WITHTRUETYPE1$ = "Installed "
  205. CONST MSG_WITHTRUETYPE2$ = " TrueType fonts"
  206. CONST MSG_WITHTRUETYPE3$ = " TrueType font"
  207. CONST MSG_WITHTRUETYPE4$ = ""
  208. CONST MSG_USEPRINTMGR$ = "Enabled the Print Manager"
  209. CONST MSG_KEEPPRINTMGR$ = "Left the Print Manager enabled"
  210. CONST MSG_NOPRINTMGR$ = "Did not enable the Print Manager"
  211. CONST MSG_WITHSPEAKER$ = "Installed the PC speaker driver"
  212. CONST MSG_NOSPEAKER$ = "Did not install the PC speaker driver"
  213. CONST MSG_OVERPRINTER1$ = "There are already "
  214. CONST MSG_OVERPRINTER2$ = " printers installed. Use the Control Panel to remove "
  215. CONST MSG_OVERPRINTER3$ = " unused printers"
  216. CONST MSG_OVERPRINTER4$ = " unused printer"
  217. CONST MSG_OVERPRINTER5$ = " in order to continue installation."
  218. CONST MSG_HOSTCMD$ = "WinLaser 400 MS-DOS Settings"
  219. CONST MSG_WPS$ = "Windows Printing System"
  220. CONST MSG_TITLE$ = "Windows Printing System"
  221. CONST MSG_HOSTTITLE$ = "Minolta"
  222.